From e6c9dbe23d3f29f87be4ffb64eb146cccf37c4ce Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 13 Jan 2009 12:40:24 +0000 Subject: [PATCH] (face-valid-attribute-values): No stipple on w32. (Bug#884) --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index d1a716994eb..522446add15 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1020,7 +1020,7 @@ an integer value." ((:height) 'integerp) (:stipple - (and (memq (window-system frame) '(x w32 ns)) + (and (memq (window-system frame) '(x ns)) ; No stipple on w32 (mapcar #'list (apply #'nconc (mapcar (lambda (dir) -- 2.30.2